home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / BoneToDog.swf / scripts / frame_523 / PlaceObject2_235_103 / CLIPACTIONRECORD on(rollOver).as
Encoding:
Text File  |  2005-08-05  |  456 b   |  23 lines

  1. on(rollOver){
  2.    if(_root.check >= 36)
  3.    {
  4.       _root.check = 37;
  5.       Mouse.show();
  6.       _root.aaa2._visible = false;
  7.       stopDrag();
  8.       _root.aaa2._x = -55;
  9.       _root.aaa2._x = -53;
  10.       trace("2");
  11.       this.gotoAndPlay("dogwin");
  12.    }
  13.    else
  14.    {
  15.       Mouse.show();
  16.       _root.aaa2._visible = false;
  17.       stopDrag();
  18.       _root.aaa2._x = -55;
  19.       _root.aaa2._x = -53;
  20.       this.gotoAndPlay("doglose");
  21.    }
  22. }
  23.